Bug 545931 – small documentation typos
authorClaudio Saavedra <csaavedra@igalia.com>
Sat, 2 Aug 2008 01:25:20 +0000 (01:25 +0000)
committerClaudio Saavedra <csaavedra@src.gnome.org>
Sat, 2 Aug 2008 01:25:20 +0000 (01:25 +0000)
2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>

Bug 545931 – small documentation typos

* gtk/gtkcomboboxentry.c: Fix some typos in the documentation.

svn path=/trunk/; revision=20927

ChangeLog
gtk/gtkcomboboxentry.c

index 1f0a6241c9f21c6447479b921d265829109bf565..3ed27ba520d08fbe5d23781a97ff634b72cf512f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
+
+       Bug 545931 – small documentation typos
+
+       * gtk/gtkcomboboxentry.c: Fix some typos in the documentation.
+
 2008-08-01  Hans Breuer  <hans@breuer.org>
 
        * gdk/makefile.msc : build gdkwindowimpl
index fe77f52bf54321e653c9305794836da41895c014..ad56ad352d359a391d694238b102a6432caf8ae8 100644 (file)
@@ -307,7 +307,7 @@ gtk_combo_box_entry_contents_changed (GtkEntry *entry,
  *
  * Creates a new #GtkComboBoxEntry which has a #GtkEntry as child. After
  * construction, you should set a model using gtk_combo_box_set_model() and a
- * text_column * using gtk_combo_box_entry_set_text_column().
+ * text column using gtk_combo_box_entry_set_text_column().
  *
  * Return value: A new #GtkComboBoxEntry.
  *